• Files list
  • 1. Introduction and Settings,1. Introduction.mp4 52.23MB
  • 1. Introduction and Settings,1. Introduction.vtt 4.43KB
  • 1. Introduction and Settings,2. Interview triks.mp4 10.68MB
  • 1. Introduction and Settings,2. Interview triks.vtt 1.21KB
  • 1. Introduction and Settings,3. What you need to know before start.mp4 2.60MB
  • 1. Introduction and Settings,3. What you need to know before start.vtt 1.16KB
  • 1. Introduction and Settings,4. Complete Free Java course.html 287.00Bytes
  • 1. Introduction and Settings,5. Install Java JDK.mp4 11.10MB
  • 1. Introduction and Settings,5. Install Java JDK.vtt 4.06KB
  • 1. Introduction and Settings,6. Install Eclipse.mp4 4.10MB
  • 1. Introduction and Settings,6. Install Eclipse.vtt 2.89KB
  • 1. Introduction and Settings,7. Exercise files.html 174.00Bytes
  • 1. Introduction and Settings,7.1 DataStructureAndAlgorithms-master.zip.zip 135.46KB
  • 10. Dynamic Programming,1. Dynamic Programming concept.mp4 5.37MB
  • 10. Dynamic Programming,1. Dynamic Programming concept.vtt 6.13KB
  • 10. Dynamic Programming,2. Edit distance.mp4 12.61MB
  • 10. Dynamic Programming,2. Edit distance.vtt 13.18KB
  • 10. Dynamic Programming,3. HWFind Word in list of characters.mp4 825.62KB
  • 10. Dynamic Programming,3. HWFind Word in list of characters.vtt 1006.00Bytes
  • 10. Dynamic Programming,4. HWKnapsack problems.mp4 7.00MB
  • 10. Dynamic Programming,4. HWKnapsack problems.vtt 2.34KB
  • 10. Dynamic Programming,5. Knapsack solution in Java.mp4 90.36MB
  • 10. Dynamic Programming,5. Knapsack solution in Java.vtt 11.04KB
  • 11. NP Complete problems,1. NP Complete problems.mp4 4.55MB
  • 11. NP Complete problems,1. NP Complete problems.vtt 5.41KB
  • 2. Code Complexity,1. Code Complexity Big-O, Omega and Theta.mp4 16.25MB
  • 2. Code Complexity,1. Code Complexity Big-O, Omega and Theta.vtt 10.80KB
  • 2. Code Complexity,2. Big-O Examples.mp4 14.94MB
  • 2. Code Complexity,2. Big-O Examples.vtt 10.36KB
  • 2. Code Complexity,3. Code complexicity.html 149.00Bytes
  • 3. Data Structure,1. Why Data Structure.mp4 9.81MB
  • 3. Data Structure,1. Why Data Structure.vtt 6.72KB
  • 3. Data Structure,10. Doubly Linked List implementation in Java.mp4 17.07MB
  • 3. Data Structure,10. Doubly Linked List implementation in Java.vtt 9.07KB
  • 3. Data Structure,11. Compare Linked List vs Array.mp4 4.31MB
  • 3. Data Structure,11. Compare Linked List vs Array.vtt 5.67KB
  • 3. Data Structure,12. HWCombine two Linked List (Google Interview Question).mp4 2.82MB
  • 3. Data Structure,12. HWCombine two Linked List (Google Interview Question).vtt 2.74KB
  • 3. Data Structure,13. Hash-Table.mp4 9.62MB
  • 3. Data Structure,13. Hash-Table.vtt 11.27KB
  • 3. Data Structure,14. Hash-Table implementation in Java.mp4 34.28MB
  • 3. Data Structure,14. Hash-Table implementation in Java.vtt 20.78KB
  • 3. Data Structure,15. Find unique number in Array (Amazon Phone Screen Interview ).mp4 53.05MB
  • 3. Data Structure,15. Find unique number in Array (Amazon Phone Screen Interview ).vtt 6.19KB
  • 3. Data Structure,16. Key Phrase problem TF-IDF.mp4 153.98MB
  • 3. Data Structure,16. Key Phrase problem TF-IDF.vtt 15.17KB
  • 3. Data Structure,17. Stack.mp4 31.44MB
  • 3. Data Structure,17. Stack.vtt 8.08KB
  • 3. Data Structure,18. Stack implementation in Java Use Array.mp4 17.23MB
  • 3. Data Structure,18. Stack implementation in Java Use Array.vtt 10.26KB
  • 3. Data Structure,19. Stack implementation in Java Use Dynamic Array.mp4 11.30MB
  • 3. Data Structure,19. Stack implementation in Java Use Dynamic Array.vtt 5.20KB
  • 3. Data Structure,2. One-Dimension Array.mp4 10.04MB
  • 3. Data Structure,2. One-Dimension Array.vtt 9.67KB
  • 3. Data Structure,20. Stack implementation in Java Use Linked List.mp4 9.54MB
  • 3. Data Structure,20. Stack implementation in Java Use Linked List.vtt 5.09KB
  • 3. Data Structure,21. Queue.mp4 9.42MB
  • 3. Data Structure,21. Queue.vtt 6.24KB
  • 3. Data Structure,22. Queue implementation in Java Use Array.mp4 17.37MB
  • 3. Data Structure,22. Queue implementation in Java Use Array.vtt 9.36KB
  • 3. Data Structure,23. Queue implementation in Java Use Dynamic Array.mp4 8.98MB
  • 3. Data Structure,23. Queue implementation in Java Use Dynamic Array.vtt 4.28KB
  • 3. Data Structure,24. Queue implementation in Java Use Linked List.mp4 20.87MB
  • 3. Data Structure,24. Queue implementation in Java Use Linked List.vtt 10.92KB
  • 3. Data Structure,25. Priority queue.mp4 3.62MB
  • 3. Data Structure,25. Priority queue.vtt 4.12KB
  • 3. Data Structure,26. HWBest data structure for Array With Many Zeros (Google Interview Question).mp4 1.87MB
  • 3. Data Structure,26. HWBest data structure for Array With Many Zeros (Google Interview Question).vtt 2.01KB
  • 3. Data Structure,3. One-Dimension Array implementation in Java.mp4 20.51MB
  • 3. Data Structure,3. One-Dimension Array implementation in Java.vtt 12.24KB
  • 3. Data Structure,4. Two-Dimension Array.mp4 18.03MB
  • 3. Data Structure,4. Two-Dimension Array.vtt 13.15KB
  • 3. Data Structure,5. Two-Dimension Array implementation in Java.mp4 11.13MB
  • 3. Data Structure,5. Two-Dimension Array implementation in Java.vtt 6.24KB
  • 3. Data Structure,6. Dynamic Array.mp4 6.14MB
  • 3. Data Structure,6. Dynamic Array.vtt 5.84KB
  • 3. Data Structure,7. Dynamic Array implementation in Java.mp4 23.47MB
  • 3. Data Structure,7. Dynamic Array implementation in Java.vtt 14.59KB
  • 3. Data Structure,8. Linked List.mp4 12.45MB
  • 3. Data Structure,8. Linked List.vtt 15.72KB
  • 3. Data Structure,9. Linked List implementation in Java.mp4 22.77MB
  • 3. Data Structure,9. Linked List implementation in Java.vtt 14.15KB
  • 4. Collections In Java,1. Data Structure functions in Java.mp4 2.99MB
  • 4. Collections In Java,1. Data Structure functions in Java.vtt 3.09KB
  • 4. Collections In Java,2. ArrayList.mp4 12.47MB
  • 4. Collections In Java,2. ArrayList.vtt 7.80KB
  • 4. Collections In Java,3. LinkedList.mp4 4.98MB
  • 4. Collections In Java,3. LinkedList.vtt 3.25KB
  • 4. Collections In Java,4. HashMap.mp4 9.34MB
  • 4. Collections In Java,4. HashMap.vtt 5.42KB
  • 4. Collections In Java,5. TreeSet HashSet.mp4 4.38MB
  • 4. Collections In Java,5. TreeSet HashSet.vtt 2.55KB
  • 4. Collections In Java,6. Stack.mp4 2.97MB
  • 4. Collections In Java,6. Stack.vtt 1.76KB
  • 4. Collections In Java,7. Queue and Priority Queue.mp4 24.28MB
  • 4. Collections In Java,7. Queue and Priority Queue.vtt 12.94KB
  • 4. Collections In Java,8. Sort array of Objects.mp4 19.72MB
  • 4. Collections In Java,8. Sort array of Objects.vtt 9.76KB
  • 4. Collections In Java,9. Recursion.mp4 17.71MB
  • 4. Collections In Java,9. Recursion.vtt 18.94KB
  • 5. Searching Algorithms,1. Linear Search.mp4 5.37MB
  • 5. Searching Algorithms,1. Linear Search.vtt 5.07KB
  • 5. Searching Algorithms,2. Linear Search implementation in Java.mp4 15.19MB
  • 5. Searching Algorithms,2. Linear Search implementation in Java.vtt 9.76KB
  • 5. Searching Algorithms,3. Binary Search.mp4 11.26MB
  • 5. Searching Algorithms,3. Binary Search.vtt 11.81KB
  • 5. Searching Algorithms,4. Binary Search implementation in Java.mp4 11.72MB
  • 5. Searching Algorithms,4. Binary Search implementation in Java.vtt 7.30KB
  • 5. Searching Algorithms,5. Interpolation Search.mp4 4.84MB
  • 5. Searching Algorithms,5. Interpolation Search.vtt 4.96KB
  • 5. Searching Algorithms,6. Interpolation Search implementation in Java.mp4 6.06MB
  • 5. Searching Algorithms,6. Interpolation Search implementation in Java.vtt 3.35KB
  • 6. Sorting Algorithms,1. Bubble sort.mp4 6.95MB
  • 6. Sorting Algorithms,1. Bubble sort.vtt 7.43KB
  • 6. Sorting Algorithms,10. Heap Sort implementation in Java.mp4 25.77MB
  • 6. Sorting Algorithms,10. Heap Sort implementation in Java.vtt 16.43KB
  • 6. Sorting Algorithms,2. Bubble Sort implementation in Java.mp4 9.22MB
  • 6. Sorting Algorithms,2. Bubble Sort implementation in Java.vtt 5.81KB
  • 6. Sorting Algorithms,3. Selection Sort.mp4 4.43MB
  • 6. Sorting Algorithms,3. Selection Sort.vtt 5.10KB
  • 6. Sorting Algorithms,4. Select Sort implementation in Java.mp4 8.85MB
  • 6. Sorting Algorithms,4. Select Sort implementation in Java.vtt 5.67KB
  • 6. Sorting Algorithms,5. Quick Sort.mp4 5.42MB
  • 6. Sorting Algorithms,5. Quick Sort.vtt 6.55KB
  • 6. Sorting Algorithms,6. Quick Sort implementation in Java.mp4 13.09MB
  • 6. Sorting Algorithms,6. Quick Sort implementation in Java.vtt 8.65KB
  • 6. Sorting Algorithms,7. Merge Sort.mp4 9.01MB
  • 6. Sorting Algorithms,7. Merge Sort.vtt 7.04KB
  • 6. Sorting Algorithms,8. Merge Sort implementation in Java.mp4 13.08MB
  • 6. Sorting Algorithms,8. Merge Sort implementation in Java.vtt 8.86KB
  • 6. Sorting Algorithms,9. Heap Sort.mp4 9.01MB
  • 6. Sorting Algorithms,9. Heap Sort.vtt 10.23KB
  • 7. Tree Theory,1. Binary Tree and Binary Search Tree.mp4 14.45MB
  • 7. Tree Theory,1. Binary Tree and Binary Search Tree.vtt 15.04KB
  • 7. Tree Theory,2. Binary Search Tree implementation in Java.mp4 21.10MB
  • 7. Tree Theory,2. Binary Search Tree implementation in Java.vtt 14.17KB
  • 7. Tree Theory,3. Problem of the Day.mp4 8.59MB
  • 7. Tree Theory,3. Problem of the Day.vtt 6.77KB
  • 7. Tree Theory,4. Red-Black Tree.mp4 114.12MB
  • 7. Tree Theory,4. Red-Black Tree.vtt 23.16KB
  • 7. Tree Theory,5. Google Interview Determines if two BST are equal.mp4 117.28MB
  • 7. Tree Theory,5. Google Interview Determines if two BST are equal.vtt 14.12KB
  • 7. Tree Theory,6. HWFind SubTrees (Google Interview Question).mp4 3.41MB
  • 7. Tree Theory,6. HWFind SubTrees (Google Interview Question).vtt 3.83KB
  • 8. Graph Theory,1. Matrix and Adjacency List.mp4 17.78MB
  • 8. Graph Theory,1. Matrix and Adjacency List.vtt 17.59KB
  • 8. Graph Theory,10. Nearest post office.html 144.00Bytes
  • 8. Graph Theory,2. Depth First Search(DFS).mp4 7.23MB
  • 8. Graph Theory,2. Depth First Search(DFS).vtt 8.79KB
  • 8. Graph Theory,3. DFS implementation in Java.mp4 36.45MB
  • 8. Graph Theory,3. DFS implementation in Java.vtt 20.72KB
  • 8. Graph Theory,4. Breadth First Search (BFS).mp4 3.74MB
  • 8. Graph Theory,4. Breadth First Search (BFS).vtt 3.71KB
  • 8. Graph Theory,5. BFS implementation in Java.mp4 10.90MB
  • 8. Graph Theory,5. BFS implementation in Java.vtt 5.56KB
  • 8. Graph Theory,6. Backtracking.mp4 9.01MB
  • 8. Graph Theory,6. Backtracking.vtt 6.81KB
  • 8. Graph Theory,7. Preorder and PostOrder.mp4 3.65MB
  • 8. Graph Theory,7. Preorder and PostOrder.vtt 3.68KB
  • 8. Graph Theory,8. HWVisit Cities in best Weather (Google Interview Question).mp4 2.52MB
  • 8. Graph Theory,8. HWVisit Cities in best Weather (Google Interview Question).vtt 3.11KB
  • 8. Graph Theory,9. HW Nearest post office HW explain (Microsoft Interview Question).mp4 14.88MB
  • 8. Graph Theory,9. HW Nearest post office HW explain (Microsoft Interview Question).vtt 11.54KB
  • 9. Short Path in Graph Theory,1. Nearest Neighbor and Shortest path.mp4 7.49MB
  • 9. Short Path in Graph Theory,1. Nearest Neighbor and Shortest path.vtt 7.45KB
  • 9. Short Path in Graph Theory,2. Dijkstra's Algorithm.mp4 9.02MB
  • 9. Short Path in Graph Theory,2. Dijkstra's Algorithm.vtt 8.96KB
  • 9. Short Path in Graph Theory,3. A Algorithm.mp4 18.80MB
  • 9. Short Path in Graph Theory,3. A Algorithm.vtt 14.82KB
  • [CourseClub.NET].url 123.00Bytes
  • [FCS Forum].url 133.00Bytes
  • [FreeCourseSite.com].url 127.00Bytes